Retrieves friendly names for the languages passed in as the parameter languageCodes, and localized using the passed locale language.
The request body is of type GetLanguageNames.
Request Body Parameters
Name | Description | Data Type |
appId | | xml:string |
locale | | xml:string |
languageCodes | | ArrayOfstring |
useSpokenVariant | | xml:boolean |

Overview
 |
 |
Sequence
 |
appId optional xs:string
A string containing "Bearer" + " " + access token.
|
 |
locale optional xs:string
A string representing a combination of an ISO 639 two-letter lowercase culture code associated with a language and an ISO 3166 two-letter uppercase subculture code to localize the language names or a ISO 639 lowercase culture code by itself.
|
 |
 |
Sequence
| |
| |
The response body is of type GetLanguageNamesResponse.
A string array containing the friendly language names of the passed languageCodes.Response Body Parameters

Overview